runtime.sysStatsAggregate.mCacheSys (field)

4 uses

	runtime (current package)
		metrics.go#L215: 				out.scalar = in.sysStats.mCacheSys - in.sysStats.mCacheInUse
		metrics.go#L273: 					in.sysStats.mCacheSys + in.sysStats.buckHashSys +
		metrics.go#L418: 	mCacheSys      uint64
		metrics.go#L442: 		a.mCacheSys = memstats.mcache_sys.load()